From: Stefan Monnier Date: Thu, 29 Apr 2004 19:02:12 +0000 (+0000) Subject: (compilation-last-buffer): Add var alias. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22839 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f9490dc30bc85e973860b84eda0b50d5ef32acf3;p=emacs.git (compilation-last-buffer): Add var alias. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index bb565a1ba51..4c6f88813c0 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -492,6 +492,7 @@ Faces `compilation-error-face', `compilation-warning-face', ;; Used for compatibility with the old compile.el. +(defvaralias 'compilation-last-buffer 'next-error-last-buffer) (defvar compilation-parsing-end (make-marker)) (defvar compilation-parse-errors-function nil) (defvar compilation-error-list nil)